func go/types.varTypes

3 uses

	go/types (current package)
		assignments.go#L250: func varTypes(list []*Var) (res []Type) {
		assignments.go#L345: 				check.typesSummary(varTypes(lhs), false),
		call.go#L374: 			check.typesSummary(varTypes(params), sig.variadic),